ComponentOne ASP.NET MVC Controls
Filter Property (IItemsSource<T>)

C1.Web.Mvc Namespace > IItemsSource<T> Interface : Filter Property
Gets or sets a method used to determine if an item is suitable for inclusion in the view.
Syntax
'Declaration
 
Property Filter As Predicate(Of T)
Predicate<T> Filter {get; set;}
See Also

Reference

IItemsSource<T> Interface
IItemsSource<T> Members